* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.top {
    width: 100%;
    height: 5vh;
    background: linear-gradient(to right, rgb(42, 46, 2), rgb(167, 178, 94), rgb(193, 129, 19), rgb(167, 178, 94), rgb(21, 37, 2));
    padding: 4px;
}

.topnav {
    width: 90%;
    margin: auto;
}

.topnav h3 {
    color: aliceblue;
    font-family: 'Pacifico', cursive;
    text-shadow: 2px 2px;
    text-shadow: 2px 2px rgb(7, 7, 7);
    text-shadow: 2px 2px 5px rgb(11, 11, 11);

}

#nav {
    width: 100%;
    height: 19vh;
    background: linear-gradient(to right, white, white, rgb(183, 166, 98), rgb(183, 166, 98), white, white);
}

.navrap {
    width: 90%;
    margin: auto;
}

.logo {
    position: absolute;
}

.logo img {
    width: 190px;
    padding-top: 5px;
}

.menu {
    float: left;
    padding: 65px;
    margin-left: 115px;
}

.menu ul {
    list-style: none;
}

.menu ul li {
    display: inline;

}

.menu ul li a {
    text-decoration: none;
    color: black;
    font-size: 22px;
    padding-left: 10px;
    padding-right: 10px;

}

.menu ul li a:hover {
    color: rgb(185, 6, 152);
    text-decoration: underline;
}

.others {
    float: right;
    padding: 60px;
}

.others ul {
    list-style: none;
}

.others ul li {
    display: inline;
}

.others ul li a {
    text-decoration: none;
    color: black;
    padding-left: 13px;
    padding-right: 10px;
}
/* Contact Us  */
.contact{
    width: 100%;
    height: 130vh;
    background-color: rgb(255, 255, 255);
}
.contactrap{
    width: 80%;
    margin: auto;
}
.contactrap h2{
    font-size: 25px;
    text-align: center;
    padding: 30px;
    font-family: 'Dancing Script', cursive;
    text-decoration: underline;
    
}

.contact1{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto  ;
    grid-column-gap: 10px;
    padding-top: 50px;
    background-color: rgb(255, 255, 255);
}
.contact1 img {
   border-radius: 30px;
}

.icons{
    width:70%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}
.box3 ul li{
    display: inline;
}
.box3 ul li a{
    text-decoration: none;
    color: rgb(58, 50, 50);
    padding-left: 10px;
    padding-right: 10px;
    
}
.contact2 h1{
    text-align: center;
    padding-top: 50px;
    font-family: 'Dancing Script', cursive;
    font-family: 'Playfair Display', serif;
}
.contact2 p{
    text-align: justify;
    padding-top: 20px;
    font-size: 23px;
    padding-left: 60px;
}
.container{
    padding-top: 50px;
    padding-left: 50px;
}
.container input{
    width: 90%;
}
.box11 input[type=text], select, textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #a09b9b;
    border-radius: 10px;
    box-sizing: border-box;
    
    margin-bottom: 16px;
    resize: vertical;
    

}
.box12{
    padding-left: 50px;
}
.box12 input{
    width: 20%;
    border-radius: 10px;
    padding: 15px;
    color: #391313;
}
/* shop */
.shop{
    width: 100%;
    height: 120vh;
   background: linear-gradient(to top,  #977e7e, white,  #9c8080);
}
.shoprap{
    width: 80%;
    margin: auto;
    padding-top: 30px;
}
.shoprap h1{
    text-align: center;
    font-family: 'Ephesis', cursive;
    background: url(./background10.jpg);
    font-size: 50px;
}

/* map */
.shop2{
    width:75%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 60px;
    padding-top: 60px;
    
}
.box13 img{
    border-radius: 40px;
}
.box13 h3{
    padding-top: 20px;
    font-size: 25px;
    padding-left: 25px;
    color: rgb(27, 27, 27);
    
}
.box13 iframe{
    margin-top: 80px;
    border-radius: 30px;
}
/* footer */
.foot{
    width: 100%;
    height: 60vh;
   background: url(./back3.jpg);
   background-size: cover;
}
.footrap{
    width: 90%;
    margin: auto;
}
.foot1 img{
    border-radius: 100%;
}
.foot3{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    padding-top: 100px;
   
}
.foot2{
    font-size: 23px;
    text-transform: uppercase;
}
.foot2 h3{
    padding: 20px;
    padding-left: 40px;
}
.foot2 ul{
    list-style: none;
}
.foot2 ul li a{
   text-decoration: none;
   color: black;
   font-weight: bolder;
   font-size: 19px;
   
}
.links{
    padding-left: 60px;
}
.links ul{
    list-style: none;
}
.links ul li{
    display: inline;
    
}
.links ul li a{
    color: rgb(0, 0, 0);
    padding-left: 20px;
    padding-right: 20px;
}



